home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / nledvb10.zip / README.TXT < prev    next >
Text File  |  1996-04-09  |  7KB  |  270 lines

  1. ------------------------------------------------------------------------
  2.  
  3. NED LED OCX
  4.  
  5. Copyright (c) 1995-1996 Northeast Data Corp.
  6.  
  7. All Rights Reserved
  8.  
  9. ------------------------------------------------------------------------
  10.  
  11. Demo Release 1.0 for 32-bit VB 4.0 users
  12. January 1996
  13.  
  14. This document describes the NED LED OCX Control. 
  15.  
  16.  
  17. CONTENTS
  18.  
  19. CONTENTS
  20.  
  21. 1. Product Description
  22. 2. Legal Information
  23. 3. Installation <---IMPORTANT
  24. 4. Usage
  25. 5. Ordering information
  26. 6. Release notes
  27.  
  28. ------------------------------------------------------------------------
  29.  
  30. 1. Product Description
  31.  
  32. The NED LED OCX Control is a 32-bit Microsoft Windows OLE custom 
  33. control that provides both analog and digital Light Emitting Diode
  34. types of controls.  The analog control is a bar type of LED that is
  35. commonly seen on stereo equipment.  The digital control displays
  36. numeric data.
  37.  
  38. It can be used with any host programming environment or application
  39. that supports 32-bit OCX controls. 
  40.  
  41. ------------------------------------------------------------------------
  42.  
  43. 2. Legal Information
  44.  
  45. The purchaser of the NED LED OCX Control is allowed to use it and
  46. distribute it in applications without paying any royalty, and without
  47. printing or displaying a copyright notice for the control. This only
  48. includes distribution of the NLED.OCX control and supporting files. 
  49. It does not include distribution of documentation that comes with the 
  50. NED LED OCX Control. 
  51.  
  52. The purchaser of the NED LED OCX Control may distribute the control 
  53. with applications that are networked (multiple users accessing the 
  54. control from a file server) without paying any license fees to Northeast 
  55. Data Corp. 
  56.  
  57. ------------------------------------------------------------------------
  58.  
  59. 3. Installation
  60.  
  61. Create a temp directory on your hard disk and copy all files from
  62. the distribution disk to the directory. These files include:
  63.  
  64. README.TXT     (This file)
  65. NLED.OCX       (NED LED OCX)
  66. NLED.TLB       (NED LED OCX Type Library)
  67. FORM1.FRM      (VB 4.0 form definition file)
  68. FORM1.FRX      (VB 4.0 form definition file)
  69. PROJECT1.VBP   (VB 4.0 Project file)
  70.  
  71. If you have downloaded the NLEDVB10.ZIP file, use PKUNZIP to extract the 
  72. files into the temp directory.
  73.  
  74. The files listed below are required to use the OCX and demo in this
  75. archive.  This files can be found in OCX4032.ZIP in the same area as
  76. NLEDVB10.ZIP.  This files in this archive should be placed in the 
  77. same directory as the above OCX files.
  78.  
  79. MFC40.DLL      (Required for OCX)
  80. MSVCRT40.DLL   (Required for OCX)
  81. OLEPRO32.DLL   (Required for OCX)
  82.  
  83. If you already have these files on your system, they are probably 
  84. located in the System or System32 directory.  If this is the case,
  85. you probably do not need to download these files again.  
  86.  
  87. To register the OCX and DLL files, place all of the above files in 
  88. the same directory and run the REGISTER.EXE file.
  89.  
  90. A 32-bit Microsoft Visual Basic 4.0 example application is provided with 
  91. the NED LED OCX control. You must have the 32-bit version of Microsoft 
  92. Visual Basic 4.0 installed on your machine to run this demo.
  93.  
  94. The example application allows you to view both the LED 1 and LED 2 controls 
  95. interactively.
  96.  
  97. The demo application is not crippled in any way.  The dialog specifying 
  98. that this is an unregistered version of the control does not appear in 
  99. the release version.
  100.  
  101. ------------------------------------------------------------------------
  102.  
  103. 4. Usage
  104.  
  105. <LED 1>
  106. PROPERTIES
  107. ----------
  108. "Value"
  109.  The numeric value displayed in the control.
  110.  
  111. "NumPositions"
  112.  The number of positions (digits) the control can display.
  113.  
  114. "LeadingZero"
  115.  TRUE indicates unused digits are displayed as zero.
  116.  FALSE indicates unused digits are displayed as blank.
  117.  
  118. "BackColor"
  119.  The color of the background the digits are displayed on.
  120.  
  121. "ForeColor"
  122.  The color of the digits.
  123.  
  124. "ShowDecimal"
  125.  TRUE indicates that a decimal point will be displayed.
  126.  FALSE indicates that no decimal point will be displayed.
  127.  
  128. "DecimalPosition"
  129.  A numeric value that indicates which position will contain
  130.  the decimal point.  For example, 
  131.  0 = to the right of the ONES position
  132.  1 = to the right of the tens position
  133.  etc...
  134.  
  135.  
  136. METHODS
  137. -------
  138. "AboutBox"
  139.  Displays the about box for the LED 1 Control.
  140.  
  141.  
  142. <LED 2>
  143. PROPERTIES
  144. ----------
  145. "DarkColor"
  146.  The color of the unlit LED's.
  147.  
  148. "HighliteColor"
  149.  The color of the highlite portion of the control for 3D shading.
  150.  
  151. "InnerSpace"
  152.  The amount of space between LED segments.
  153.  
  154. "LEDType"
  155.  The orientation of the control.
  156.  TRUE - Vertical Control
  157.  FALSE - Horizontal Control
  158.  
  159. "Direction"
  160.  The direction the LED's light up in.
  161.  TRUE - Reverse direction
  162.  FALSE - Normal direction
  163.  
  164. "LightColor"
  165.  The color of the lit LED's.
  166.  
  167. "NumSegments"
  168.  The number of LED's to display.
  169.  
  170. "Outline"
  171.  TRUE - Draw a segment outline.
  172.  FALSE - No Segment outline is drawn.  
  173.  
  174. "OutlineColor"
  175.  The color of the segment outline if it is drawn.
  176.  
  177. "ShadowColor"
  178.  The color of the shadow portion of the control for 3D shading.
  179.  
  180. "SideSpace"
  181.  The amount of space between the side of the control and the first
  182.  LED segment.
  183.  
  184. "Thickness"
  185.  How thick each segment should be.
  186.  
  187. "Value"
  188.  The current value of the control.
  189.  
  190. "MinValue"
  191.  The minimum value of the control.
  192.  
  193. "MaxValue"
  194.  The maximum value of the control.
  195.  
  196. "BackColor"
  197.  The background color of the control.
  198.  
  199. "LoLightColor"
  200.  Color of the lit lobound LEDs.
  201.  
  202. "LoDarkColor"
  203.  Color of the unlit lobound LEDs.
  204.  
  205. "HiLightColor"
  206.  Color of the lit hibound LEDs.
  207.  
  208. "HiDarkColor"
  209.  Color of the unlit hibound LEDs.
  210.  
  211. "LoBound"
  212.  Low bound coloring area.
  213.  
  214. "HiBound"
  215.  High bound coloring area.
  216.  
  217. "RoundSegment"
  218.  TRUE - Draw round segments.
  219.  FALSE - Draw rectangle segments.
  220.  
  221. METHODS
  222. -------
  223. "AboutBox"
  224.  Displays the about box for the LED 2 Control.
  225.  
  226. ------------------------------------------------------------------------
  227.  
  228.    Northeast Data Corp.
  229.    2117 Buffalo Rd., Suite 290
  230.    Rochester, NY  14624
  231.  
  232.    Phone (716) 247-5934 (voice & fax)
  233.    E-Mail 
  234.     Internet:    ned1@frontiernet.net 
  235.     CompuServe:    71321,3304
  236.     
  237.        Home Page:    http://www.frontiernet.net/~ned1/index.htm
  238.  
  239. ------------------------------------------------------------------------
  240.  
  241. 5. Ordering Information
  242.  
  243. The easiest way to obtain a registered version is to type GO SWREG on
  244. Compuserve. The ID for the NED LED OCX is 9082. The ID for the NED LED
  245. OCX Source code is 9190. After you provide the information, Compuserve 
  246. will send us a mail message. We will send you the software. Compuserve 
  247. will bill you and then pay us.
  248.  
  249.  
  250. To obtain the software directly from us, send a money order or a check
  251. drawn on a U.S bank to the address above.  Specify "NED 32-bit LED OCX" and
  252. provide your full address. If you provide a Compuserve ID, we can send
  253. the software via e-mail.
  254.  
  255. The price of the NED LED OCX control is $89.00US.
  256. The price of the NED LED OCX Source is $299.00US.
  257. Shipping and handling fees in the US are $15.00US.
  258. Shipping and handling fees outside the US are $20.00US.
  259. New York State residents must add 8% sales tax.
  260.  
  261. ------------------------------------------------------------------------
  262.  
  263. 6. Release notes
  264.  
  265.  
  266. Version 1.0 - January 1996
  267.  
  268. + First commercial release.
  269.     
  270.